home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / grepmap / README < prev   
Encoding:
Text File  |  2005-11-28  |  764 b   |  22 lines

  1. grepmap is a parser for the module map files produced by the depmod
  2. found in module-init-tools.
  3.  
  4. It's intended for use as a short-term replacement for the old hotplug
  5. agent scripts for those subsystems without MODALIAS support, and for
  6. backwards compatibility with existing user map files.
  7.  
  8. To use grepmap as a hotplug agent replacement in udev, use a rule such
  9. as:
  10.     SUBSYSTEM=="input", PROGRAM="/sbin/grepmap --udev", \
  11.             RUN+="/sbin/modprobe $result"
  12.  
  13.  
  14. Known Issues:
  15.  
  16.   * modules.isapnpmap is not currently parsed, I've still to work out
  17.     how these are supposed to be matched.
  18.  
  19.   * modules.ofmap is not currently parsed as it isn't generated by any
  20.     shipped version of module-init-tools (in Ubuntu, at least) so I
  21.     haven't been able to debug it.
  22.